home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d998.lha / TeXPrt / rexx / TexPrtInit.tpr < prev    next >
Text File  |  1994-04-05  |  270b  |  17 lines

  1. /*
  2.  * TexPrtInit.tpr
  3.  *
  4.  * Macro for starting TeXPrt a second time.
  5.  *
  6.  *
  7. NOTES:
  8.  *
  9.  * This one brings the screen on which TeXPrt resides to front
  10.  * as well as the TeXPrt window itself
  11.  *
  12.  */
  13.  
  14.  
  15. ADDRESS COMMAND 'run sys:Rexxc/rx "ADDRESS ''TEXPRT.1'' ''TOFRONT''"'
  16.  
  17. EXIT